Skip to content

chore(deps): 2 outdated version constraints in setup.py extras_require. The decorator#1596

Open
isagoakira wants to merge 2 commits into
nvbn:masterfrom
isagoakira:fix/deps-update-1780279365
Open

chore(deps): 2 outdated version constraints in setup.py extras_require. The decorator#1596
isagoakira wants to merge 2 commits into
nvbn:masterfrom
isagoakira:fix/deps-update-1780279365

Conversation

@isagoakira

Copy link
Copy Markdown

🔧 依赖维护更新 — nvbn/thefuck

此 PR 由 Code Legacy Reviver 自动生成🤖

📋 更新摘要

2 outdated version constraints in setup.py extras_require. The decorator<5 and pyte<0.8.1 caps were for Python 2.7 compatibility (EOL). Since the project now requires Python >=2.7 (excluding 3.0-3.4), these upper bounds can be safely removed or raised. Note: most requirements.txt deps have no versions pinned, so upgrade safety cannot be assessed.

📦 变更清单

🔴 decorator: <5>=5.0
Version constraint decorator<5 was only needed for Python 2.7; project supports Python 3.5+, no longer needs this cap

🟡 pyte: <0.8.1>=0.8.1,<1.0
Version constraint pyte<0.8.1 was for Python 2.7 compatibility; project dropped Python 2.7/3.0-3.4, latest pyte 0.9+ is safe to use

⚠️ 风险等级

🟢 Low

📝 文件变更

  • requirements.txt
  • setup.py

Generated by Code Legacy Reviver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant